翻訳と辞書
Words near each other
・ XML Notepad
・ XML Object Model
・ XML pipeline
・ XML Professional Publisher
・ XML Protocol
・ XML Resource
・ XML retrieval
・ XML schema
・ XML Schema (W3C)
・ XML Schema Editor
・ XML Script
・ XML Shareable Playlist Format
・ XML Signature
・ XML Telemetric and Command Exchange
・ XML transformation language
XML tree
・ XML UK
・ XML User Interface
・ XML validation
・ XML-binary Optimized Packaging
・ XML-RPC
・ XML/EDIFACT
・ XMLBeans
・ Xmlbeansxx
・ Xmlenc
・ XMLGUI
・ XMLHttpRequest
・ XMLmind
・ XMLNuke
・ XMLSpy


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

XML tree : ウィキペディア英語版
XML tree
XML documents have a hierarchical structure and can conceptually be interpreted as a tree structure, called an XML tree.
XML documents must contain a root element (one that is the parent of all other elements). All elements in an XML document can contain sub elements, text and attributes. The tree represented by an XML document starts at the root element and branches to the lowest level of elements.
Although there is no consensus on the terminology used on XML Trees, at least two standard terminologies have been released by the W3C:
* The terminology used in the XPath Data Model
* The terminology used in the XML Information Set.
XPath defines a syntax named ''XPath expressions'' that identifies one or more internal components (elements, attributes, etc.) of an XML document. XPath is widely used to accesses XML-encoded data.
The XML Information Set, or XML infoset, describes an abstract data model for XML documents in terms of information items. It is often used in the specifications of XML languages, for its convenience in describing constraints on constructs those languages allow.
==Representation as trees==
In mathematics, a tree is an undirected graph in which any two vertices are connected by exactly one simple path. Any connected graph without simple cycles is a tree. A tree data structure simulates a hierarchical tree structure with a set of linked nodes. A hierarchy consists of a preorder defined on a set. The term hierarchy is used to stress a hierarchical relation among the elements.
The XML specification defines an XML document as a well-formed text if it satisfies a list of syntax rules defined in the specification. This specification is long, however 2 key points relating to the tree structure of an XML document are:
*

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「XML tree」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.